
#header {
    background-color:black;
    color:white;
    text-align:right;
    padding:5px;
    border-style: dotted;
    border-width: 5px;
}
#nav {
    line-height:30px;
    background-color: #80b3ff;
    height:1000px;
    width:100px;
    float:left;
    padding:45px; 
 font-size:200%;
    border-style: dotted;
    border-width: 5px;

}
#section {
    width:350px;
    float:right;
    padding:10px; 
  color:white;
}
footer {
  background-color:#006699;
    color:white;
    clear:both;
    text-align:center;
    padding:20px; 
}